home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / comm / webf11.zip / FEATURE.TXT next >
Text File  |  1996-06-13  |  6KB  |  120 lines

  1. WebFetch v1.1                                          June 13, 1996
  2. Filename : Feature.txt
  3.  
  4. For best viewing in Windows, set font to Courier New 10.
  5.  
  6. Advanced Features
  7. 1. Copy and paste full path names into WebFetch.
  8. 2. Create subdirectories.
  9. 3. Allow multiple downloads through command files.
  10. 4. Saves a record of downloaded files.
  11. 5. Load, edit and save command files.
  12. 6. Using with a proxy server.
  13. 7. Using with a password protected page.
  14. 8. Set which webbrowser WebFetch mimics.
  15. 9. Resizing and customizing WebFetch interface.
  16.  
  17. 1. Copy and paste full path names into WebFetch.
  18.    By using Windows standard powerkeys (ctrl-insert to copy, shift-
  19. insert to paste).  Paste the full path in the Website Name box and then 
  20. either hit the tab key, or click on the box.
  21.  
  22. 2. Create subdirectories.
  23.    If the subdirectory named in the D/L name does not exist, WebFetch 
  24. will ask if you want to create the directory.
  25.  
  26. 3. Allow multiple downloades through command files.
  27.    WebFetch allows three different ways to "automatically" download one
  28. or more webpages at a time.
  29.  
  30.    (a) Command Line (one item):
  31.        From the command line (Run menu, or as an item in a group) you 
  32.    call Webfetch with parameters that identify the full http path of the 
  33.    webpage or file, where to save it on your hard drive, and four 
  34.    optional parameters : run as an icon, D/L referenced graphics, Strip 
  35.    HTTP headers, and Skip or Overwrite existing files (the last four 
  36.    work similarly as the options on the WebFetch main screen).
  37.  
  38.    ex: webfetch -i -g -o -k -s http://www.yahoo.htm/ c:\temp\yahoo.htm
  39.  
  40.        Where the options -i(icon only), -g(D/L graphics), -o (overwrite 
  41.    existing files) and -s (Strip HTTP headers) are optional, but the 
  42.    full URL name and DOS filename are required.
  43.  
  44.    (b) Command Line (batch file) :
  45.        From the command line you can pass the name of a "command" file 
  46.    that is a text file containing parameters like above, with one job 
  47.    per line.
  48.  
  49.    ex : webfetch /f weblog.txt
  50.  
  51.        Where the /f parameter tells WebFetch to open and read the 
  52.    contents of the weblog.txt file and execute each line separately.
  53.  
  54.    example of file contents :
  55.        -i -g -o -s http://www.yahoo.htm/ c:\temp\yahoo.htm
  56.        -i -g -s http://www.cnet.com/Content/Techno/ c:\temp\tech.htm
  57.  
  58.    (c) From WebFetch, you click on the "Auto Req..." and choose the 
  59.    command file to run automatically. It has the same format as in the 
  60.    previous section.
  61.  
  62. 4. Saves a record of downloaded files.
  63.    WebFetch saves a record of every file it downloads in a file named 
  64. "weblog.txt".  The format is the same as the command file mentioned in 
  65. 3.  To configure whether WebFetch downloads webpages or graphics files,
  66. go to the configuration screen, and click on the Advanced Configuration
  67. option.  Under "File Logger Information", check which items you want
  68. saved to the log file.  When done, click on the Main Screen Configuration
  69. and click the Save button.  The settings are now made permanent.  If you
  70. just want the changes for that session, then click on the Set Button 
  71. instead of the Save button.
  72.  
  73. 5. Load, edit and save command files.
  74.    To take advantage of the online editor, click on the "c" button to
  75. bring up the configuration screen.  Select Filelogger Options and it
  76. will bring the filelogger configuration screen which includes an online
  77. editor.  You can create, load, save, and edit command files to use in
  78. the auto or batch mode.
  79.  
  80. 6. Using with a proxy server.
  81.    To configure for a proxy server, go to the configuration screen and 
  82. click on the Advanced Configuration option.  Under "Proxy Server
  83. Information", make sure the Proxy Server Active box is checked, and fill
  84. in the values for the proxy server port and Name(URL Address).  Click on
  85. the Main Screen Configuration and click on the save button.  WebFetch is
  86. now configured to use that proxy server and port for every download.
  87.  
  88. 7. Using with a password protected page.
  89.    To enable a user/password pair, go to the configuration screen and
  90. click on the Advanced Configuration option.  Under "Authorization",
  91. check the Enable Password box, enter a name and password, and then
  92. click on the Authorize button.  WebFetch will use that name and password
  93. for as long as the Enable Pasword box stays checked.  If you want
  94. WebFetch to save that name/password pair to a file and use for each time
  95. it starts, check the Save Authentication box.  In any case, click on the
  96. Main Screen Configuration and press Save or Set to save values.
  97.  
  98. 8. Set which webbrowser WebFetch mimics.
  99.    Some webservers will deliver different graphic or text content based
  100. which webbrowser you are using (www.yahoo.com and www.msn.com are just
  101. such examples).  You can currently configure to "mimic" or convince the
  102. website that you are either Netscape or Microsoft's Internet Explorer 
  103. (MSIE).  Other webbrowsers will be added in the future. 
  104.    To configure this option, go to the Advanced Configuration option on
  105. the configuration screen.  Under "Webbrowser Spoofing", click on either
  106. the Netscape of MSIE(Microsoft) option.  Then click on the Main Screen
  107. Configuration at the top and click on either the set or save button.
  108.  
  109. 9. Resizing and customizing WebFetch interface.
  110.    For some circumstances, the width of the fields in WebFetch's main
  111. screen are not wide enough to see the entire pathname.  You have two
  112. options, you can resize the main screen and the fields will grow or
  113. shrink according to the change in the overall size of the main screen.
  114. Or, the three "Status" fields at the bottom : Connection, File Name and
  115. Download status you can configure to show either the beginning or end
  116. of the pathname.  To configure, position your mouse over the field, and
  117. click once with your >>right<< mouse button.  Clicking again will switch
  118. it back.
  119.  
  120.